home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Virtual Portfolio - N…a Showcase - Book 5 1995
/
VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO
/
mac
/
Main
/
VP.mac
/
00178_ceci.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-18
|
287 b
|
13 lines
on mouseUp
global stageMe
set stageMe to the stageBottom - the stageTop
puppetSprite(47, 1)
puppetSprite(48, 1)
set the locV of sprite 47 to stageMe + 300
set the locV of sprite 48 to stageMe + 300
puppetSprite(47, 0)
puppetSprite(48, 0)
updateStage()
continue()
end